DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / Item Property
The index of the requested item.

In This Topic
    Item Property (C1DynamicList<T>)
    In This Topic
    Gets the item at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index of the requested item.
    See Also